func syscall.capToIndex
3 uses
syscall (current package)
exec_linux.go#L190: func capToIndex(cap uintptr) uintptr { return cap >> 5 }
exec_linux.go#L524: caps.data[capToIndex(c)].permitted |= capToMask(c)
exec_linux.go#L525: caps.data[capToIndex(c)].inheritable |= capToMask(c)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)